home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / cardio.dxr / 00025.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  326 b   |  18 lines

  1. on exitFrame
  2.   if rollOver(2) then
  3.     sound playFile 2, "..\som\a1.wav"
  4.     go("azul")
  5.   else
  6.     if rollOver(3) then
  7.       sound playFile 2, "..\som\b2.wav"
  8.       go("amarelo")
  9.     else
  10.       if rollOver(4) then
  11.         sound playFile 2, "..\som\c3.wav"
  12.         go("verde")
  13.       end if
  14.     end if
  15.   end if
  16.   go("loop")
  17. end
  18.